home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / bitgame.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  322 b   |  15 lines

  1. on mouseDown
  2.   if gTest = "H" then
  3.     puppetSound("RIGHT")
  4.     updateStage()
  5.     set the visible of sprite 11 to 1
  6.     set the visible of sprite 22 to 0
  7.     set the visible of sprite 32 to 0
  8.     set the visible of sprite 46 to 0
  9.     set gCount to gCount + 1
  10.   else
  11.     puppetSound("WRONG")
  12.     updateStage()
  13.   end if
  14. end
  15.